Skip to content

feat(ai-credits-widget): Add Download AntSeed as first Setup onboarding step - #200

Merged
blueogin merged 6 commits into
mainfrom
copilot/plan-download-antseed-step-content
Aug 21, 2026
Merged

feat(ai-credits-widget): Add Download AntSeed as first Setup onboarding step#200
blueogin merged 6 commits into
mainfrom
copilot/plan-download-antseed-step-content

Conversation

Copilot AI commented Aug 20, 2026

Copy link
Copy Markdown
Contributor

Adds the Download AntSeed step as the first actionable step in the Setup tab, replacing the previous generic static card list with a purpose-built component that surfaces the AntSeed VPR/Desktop download link and enforces step ordering visually.

Changes

New component: DownloadAntSeedStep

  • Step 1 (active): "Download AntSeed" card with a Start › link to https://antseed.com/download (target="_blank", data-testid="download-antseed-link")
  • Steps 2 & 3 (locked): "Signer Key" and "Authorize Wallet" rendered via a shared LockedStep sub-component (greyed out with 🔒), communicating the required sequential ordering
<DownloadAntSeedStep />
// Step 1 — Download AntSeed  [Start ›]  ← external link to antseed.com/download
// Step 2 — Signer Key         [🔒]
// Step 3 — Authorize Wallet   [🔒]

SetupTabPanel updated

  • Replaces the generic SETUP_ONBOARDING_STEPS.map(...) card loop with <DownloadAntSeedStep />
  • Buy, Manage, and History flows are untouched

QA coverage

  • New DownloadAntSeedStep Storybook QA story (connected wallet, activeTab: 'setup')
  • Two Playwright smoke tests: verifies step text ordering, href/target attributes on the download link, and tab structure isolation

Copilot AI lite review requested due to automatic review settings August 20, 2026 23:03

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.


💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.

Copilot AI linked an issue Aug 20, 2026 that may be closed by this pull request
12 tasks
…Seed download link

Co-authored-by: blueogin <43612769+blueogin@users.noreply.github.com>
Copilot AI changed the title [WIP] Add AI Credits onboarding for Download AntSeed step feat(ai-credits-widget): Add Download AntSeed as first Setup onboarding step Aug 20, 2026
Copilot AI requested a review from blueogin August 20, 2026 23:15
…or chain information

- Added a badge displaying the current chain name in the AiCreditsWidget header.
- Updated the layout to include the badge alongside the widget title for improved user context.
- Adjusted the connection status handling in the SetupTabPanel to streamline user experience.
…w logic

- Changed the active tab logic to switch from 'buy' to 'setup' when opening help views.
- Refactored the buy panel to a setup panel, enhancing the user experience by displaying relevant content based on the active tab and help view state.
- Improved the handling of wallet connection requirements in the setup panel.
- Changed button text from "Back to buying" to "Back to setup" in multiple components for consistency.
- Updated the DownloadAntSeedStep to reflect the new setup steps and improved layout.
- Enhanced tests to verify visibility and functionality of updated button labels and setup steps.
…step statuses

- Replaced the previous setup step layout with a Stepper component for improved navigation.
- Updated step statuses to reflect the current onboarding process, changing 'active' to 'ready' and 'locked' to 'pending'.
- Removed unused components and streamlined the code for better readability.
- Adjusted tests to verify visibility of updated step statuses and removed references to the 'Buy credits' step.
@blueogin
blueogin marked this pull request as ready for review August 21, 2026 16:26
@blueogin
blueogin requested a review from a team August 21, 2026 16:26
@blueogin
blueogin merged commit c6fc3f3 into main Aug 21, 2026
11 of 13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[PLAN] AI Credits onboarding: Download AntSeed step content

3 participants